home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5068 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.mcs.net!not-for-mail
  2. From: mryba@MCS.COM (Michal L. Rybarski)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Want to boot FAAAST- idea
  5. Date: 8 Mar 1996 11:06:44 -0600
  6. Organization: MCSNet Services
  7. Message-ID: <4hppf4$l6f@Venus.mcs.com>
  8. NNTP-Posting-Host: venus.mcs.com
  9. X-Newsreader: TIN [version 1.2 PL2 (KSD)]
  10.  
  11. Hi, all.
  12.  
  13. I actually have got a few, but I'll write about one only... :)
  14.  
  15. Once, I tried use fastboot with disk drive.  It worked ok, however the
  16. speed wasn't to good: 35sec with fastboot and 46 w/o
  17. I belive that I don't have to tell what was the problem, but I tell
  18. anyway: disk drive is so sloooow.  However, after few more tries I was
  19. able to boot from the disk not in 46sec but 24!( That is something!)
  20.  
  21. The idea was to compress the file(lzx makes it 70% smaller) than load it
  22. into RAM: decompress it and run fastboot.
  23.  
  24. Now, I looked through the GrabbeMemory file and it whould be preaty
  25. straightforward to compress it and decompress it on the fly(there are
  26. lots of repeating patterns, and lots of zeros close to each other).  An XPK
  27. compressor(forgot which one) compressed it with the speed of 215k/sec and
  28. decompressed with ~470k/s.(~60% smaller file)
  29.  
  30. Why I bothered?  It seems to me that if AT still sells Amigas with disk
  31. drive only (brrrr...) it whould be preaty cool to make them boot faster.
  32. Especially if someone whould want to use them for surfing the net: it
  33. would not only require one disk to boot, but it would take less time to
  34. actually begin surfing!
  35.  
  36. How's that?
  37.  
  38.     Michal
  39.